| Overload | Description |
|---|---|
| splitByBox(double,double) | Gets the formatted content that fits in the given box. This method modifies the current object, the formatted content that fits the given box is removed from current object and returned as a new object. |
| splitByBox(double,double,boolean) | Gets the formatted content that fits in the given box. This method modifies the current object, the formatted content that fits the given box is removed from current object and returned as a new object. If this method is called multiple times but with a different width then the 'updateParagraphs' parameter should be set to true. |